home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 1
/
Cream of the Crop 1.iso
/
SOUND
/
RAVELUTL.ARJ
/
CHORDS.MH
< prev
next >
Wrap
Text File
|
1989-08-03
|
965b
|
70 lines
#
# chords.mh
#
# CONSTANT definitions for chords. (see chords.ma for array data)>
#
#
# major chords
Major = 0
Major6 = 1
Major7 = 2
Major79 = 3
Major9 = 4
Major69 = 5
Major7b5 = 6
Major69b5 = 7
Major9b5 = 8
Major911 = 9
Major7911 = 10
# minor chords
Minor = 11
Minor6 = 12
Minor7 = 13
Minor79 = 14
Minor11 = 15
MinorMaj7 = 16
Minor7b5 = 17
Minor711 = 18
# dominant chords, augmented on 7,9,11,13
Dom7 = 19
Dom7b5 = 20
Dom79 = 21
Dom711 = 22 # suspended
Dom7913 = 23
Dom713 = 24
Dom7b59 = 25
Dom7b9#11 = 26
Dom7#5 = 27
Dom7#9 = 28
Dom7b9 = 29
Dom7#5b9 = 30
# misc
Augmented = 31
Dim7 = 32
Fifths2 = 33
Fifths3 = 34
Fifths4 = 35
Fifths5 = 36
Fifths6 = 37
Fourths2 = 38
Fourths3 = 39
Fourths4 = 40
Fourths5 = 41
Fourths6 = 42
Octaves2 = 43
Octaves3 = 44
Octaves4 = 45
Octaves5 = 46
Octaves6 = 47
Minor47 = 48
NOCHORDS = Octaves6+2
MAXCHORD = 7